home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
source
/
swagg-m
/
misc.swg
/
0002_CPAS-OBJ.PAS.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1993-05-28
|
481b
|
17 lines
REYNIR STEFANSSON
> Does anyone know of any way to convert a .TPU to a .BIN File to
> use BIN2OBJ.EXE and then load it as an external? Any help
> appreciated...
It's a bit round-the-block, but you might get some exercise out of it,
assuming you have the source code:
1) Smash the source into C With a code converter.
2) Declare the Procedures as `void far PASCAL' and the Functions as
`appropriate_Type far PASCAL'.
3) Compile it With Turbo C or similar.